home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2008 September
/
PCWorld_2008-09_cd.bin
/
v cisle
/
sadanastroju
/
autocomplete_manager-2.3-fx.xpi
/
chrome
/
acmanager.jar
/
skin
/
acmanager.css
< prev
next >
Wrap
Cascading Style Sheet File
|
2007-12-06
|
892b
|
36 lines
/* popup tree entries: titles and bookmarks */
treechildren::-moz-tree-cell-text(dim) {
color: rgb(35%, 35%, 35%);
}
treechildren::-moz-tree-cell-text(italic) {
font-style: italic;
}
treechildren::-moz-tree-cell-text(bold) {
font-weight: bold;
}
/* location bar tooltip for re-sorting popup entries on the fly */
.acm_tooltip {
color: rgb(100%, 0%, 0%);
}
/* make options dialog inherit background color from theme */
#ACM_Options {
-moz-appearance: inherit !important;
}
/* options dialog navigation icons; they have to be 32x32 */
#ACM_Options radio[pane=acm_paneOptions] {
list-style-image: url("chrome://acmanager/skin/options.png");
}
#ACM_Options radio[pane=acm_paneManager] {
list-style-image: url("chrome://acmanager/skin/history.png");
}
#ACM_Options radio[pane=acm_paneAbout] {
list-style-image: url("chrome://acmanager/skin/acmanager-icon32.png");
}